Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Xaml Namespace / XamlCollection<T> Class / Clear Method


In This Topic
    Clear Method (XamlCollection<T>)
    In This Topic
    Clears the collection.
    Syntax
    'Declaration
     
    Public Overridable Sub Clear() 
    'Usage
     
    Dim instance As XamlCollection(Of T)
     
    instance.Clear()
    public virtual void Clear()
    See Also